write (unformatted) Interface

public interface write (unformatted)

Write the character sequence hold by the string to a connected unformatted unit.

Calls

interface~~write (unformatted)~~CallsGraph interface~write (unformatted) write (unformatted) proc~write_unformatted write_unformatted interface~write (unformatted)->proc~write_unformatted interface~slen slen proc~write_unformatted->interface~slen proc~maybe maybe proc~write_unformatted->proc~maybe proc~len_string len_string interface~slen->proc~len_string

Module Procedures

private subroutine write_unformatted(string, unit, iostat, iomsg)

Write the character sequence hold by the string to a connected unformatted unit.

Arguments

Type IntentOptional Attributes Name
type(string_type), intent(in) :: string
integer, intent(in) :: unit
integer, intent(out) :: iostat
character(len=*), intent(inout) :: iomsg